net/http.http2clientStream.reqBodyClosed (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7731: 	reqBodyClosed        chan struct{} // guarded by cc.mu; non-nil on Close, closed when done
		h2_bundle.go#L7785: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L7792: 	if cs.reqBodyClosed != nil {
		h2_bundle.go#L7795: 	cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L7796: 	reqBodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8666: 		bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8949: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L8951: 		cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L8953: 	bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L9201: 			bodyClosed := cs.reqBodyClosed != nil
		h2_bundle.go#L9296: 		if cs.reqBodyClosed != nil {